PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / setLockedContents Method
If true, do not allow the contents of the annotation to be modified by the user. This flag does not restrict deletion of the annotation or changes to other annotation properties, such as position and size.
In This Topic
    setLockedContents Method
    In This Topic
    Sets a value indicating whether the annotation contents should be modified.
    Syntax
    public void setLockedContents( 
       boolean value
    )

    Parameters

    value
    If true, do not allow the contents of the annotation to be modified by the user. This flag does not restrict deletion of the annotation or changes to other annotation properties, such as position and size.
    See Also